JavaScript

{dialog.object}selectTabPane Method

Syntax

{dialog.object}.selectTabPane(tabId,paneNumberOrId);

Arguments

tabIdstring

The source tab object.

paneNumberOrIdnumberstring

The pane number or pane id in the tab object to activate.

Description

Activates the specified pane number on a tab object. In certain cases tab panes can be assigned explicit ids. If the tab pane has an id, you can also specify the pane id.

Example

{dialog.object}.selectTabPane('TABS1',2);

See Also